home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / SL68KDebug / Build next >
Encoding:
Text File  |  1996-08-16  |  1.2 KB  |  36 lines  |  [TEXT/MPS ]

  1. # This script uses a combination of MPW scripts to build 
  2. # the CFM-68K ODFLibrary (debug build)
  3. #
  4. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  5.  
  6. ##### Resources and SOM
  7. Directory "{ODF}SL68KDebug:"
  8. FWBuild -SymantecCFM "{ODF}ODFLibrary:ODFLibrary.IDE"
  9. FWBuild -SymantecCFM "{ODF}Found:FWRefCnt:ODFRefCnt.IDE"
  10. FWBuild -SymantecCFM "{ODF}Found:FWStream:ODFObjReg.IDE"
  11. FWBuild -SymantecCFM "{ODF}Found:FWString:ODFString.IDE"
  12. FWBuild -SymantecCFM "{ODF}OS:FWFiles:FWFiles.IDE"
  13. FWBuild -SymantecCFM "{ODF}OS:FWResour:FWResour.IDE"
  14. FWBuild -SymantecCFM "{ODF}OS:FWODMisc:FWODMisc.IDE"
  15. FWBuild -SymantecCFM "{ODF}OS:FWToolbx:FWToolbx.IDE"
  16. FWBuild -SymantecCFM "{ODF}OS:FWGraphx:FWGraphx.IDE"
  17. FWBuild -SymantecCFM "{ODF}OS:FWMenu:FWMenu.IDE"
  18. FWBuild -SymantecCFM "{ODF}Framewrk:FWSemEvt:FWSemEvt.IDE"
  19.  
  20.  
  21. ##### Precompiled headers for shared library only
  22.  
  23. Directory "{ODF}SL68KDebug:"
  24. FWBuild68KCFM "{ODF}PrecompH:PrecompH"    
  25.  
  26. ##### OpenDoc Utility classes (static link library)
  27.  
  28. Echo "∂nBuilding ODUtils"
  29. FWBuild68KCFM "{ODF}Found:ODUtils:ODUtils.LIB"    
  30.  
  31. ##### ODF Library (dynamic link library)
  32.  
  33. Echo "∂nBuilding ODFLibrary"
  34. FWBuild68KCFM "-LinkOptions '-vercur 16809984 -verdef 16809984' {ODF}ODFLibrary:ODFLibrary.CFM"
  35.  
  36.